# Get Funds Holders

Retrieves a specific funds holder by its unique identifier.
                Returns the funds holder details including banking information and current status.

Endpoint: GET /v2/campaign-manager/funds-holders/{id}
Version: v2
Security: oauth2

## Path parameters:

  - `id` (string, required)

## Response 200 fields (application/json):

  - `id` (string)

  - `name` (string)

  - `type` (integer)
    Enum: "OrganizationAccount", "SettlementFund"

  - `status` (integer)
    Enum: "Pending", "Active", "Rejected"

## Response 401 fields (application/problem+json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `detail` (string)

  - `instance` (string)

## Response 403 fields (application/problem+json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `detail` (string)

  - `instance` (string)

## Response 404 fields (application/problem+json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `detail` (string)

  - `instance` (string)

